Class org.omg.CORBA.TypeCodeHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.TypeCodeHolder
java.lang.Object
|
+----org.omg.CORBA.TypeCodeHolder
- public final class TypeCodeHolder
- extends Object
A Holder class for typecodes for use with out and inout IDL parameters.
-
value
- the TypeCode held by the TypeCodeHolder
-
TypeCodeHolder()
- Default constructor for the TypeCodeHolder
-
TypeCodeHolder(TypeCode)
- construct the TypeCodeHolder for the given TypeCode
value
public TypeCode value
- the TypeCode held by the TypeCodeHolder
TypeCodeHolder
public TypeCodeHolder()
- Default constructor for the TypeCodeHolder
TypeCodeHolder
public TypeCodeHolder(TypeCode initial)
- construct the TypeCodeHolder for the given TypeCode
- Parameters:
- initial - the given typecode
All Packages Class Hierarchy This Package Previous Next Index